object FrmPreview: TFrmPreview Left = 606 Top = 421 AutoScroll = False BorderIcons = [biSystemMenu] Caption = 'Thumbnail Preview' ClientHeight = 277 ClientWidth = 288 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poOwnerFormCenter ShowHint = True OnCreate = FormCreate DesignSize = ( 288 277) PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 0 Top = 0 Width = 289 Height = 257 Anchors = [akLeft, akTop, akRight, akBottom] Proportional = True Stretch = True end object Label1: TLabel Left = 24 Top = 48 Width = 241 Height = 161 AutoSize = False Caption = 'Click on a file to activate' Visible = False WordWrap = True end object StatusBar1: TStatusBar Left = 0 Top = 256 Width = 288 Height = 21 Panels = < item Text = 'Currently supports: JPG JPEG BMP ICO WMF EMF' Width = 50 end> SimplePanel = False end end